home *** CD-ROM | disk | FTP | other *** search
- object STDTREEDLG: TSTDTREEDLG
- Left = 228
- Top = 303
- HelpContext = 440
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 100
- ClientWidth = 357
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object TextField: TLabel
- Left = 5
- Top = 8
- Width = 348
- Height = 33
- AutoSize = False
- ShowAccelChar = False
- WordWrap = True
- end
- object InputLine: TEdit
- Left = 16
- Top = 40
- Width = 329
- Height = 21
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnKeyDown = InputLineKeyDown
- end
- object OK: TButton
- Tag = 4001
- Left = 28
- Top = 69
- Width = 90
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnKeyDown = InputLineKeyDown
- end
- object id_calltree: TButton
- Tag = 2
- Left = 134
- Top = 69
- Width = 90
- Height = 24
- Caption = '&Tree'
- TabOrder = 2
- OnClick = id_calltreeClick
- OnKeyDown = InputLineKeyDown
- end
- object Cancel: TButton
- Tag = 4002
- Left = 240
- Top = 69
- Width = 90
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- OnKeyDown = InputLineKeyDown
- end
- object Translate1: TTranslate
- Tag = 5000
- Top = 76
- end
- object ResolutionFix1: TResolutionFix
- Left = 328
- Top = 72
- end
- end
-